home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_62691.txt < prev    next >
Text File  |  1989-09-06  |  1KB  |  59 lines

  1. -- card: 62691 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part 10 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=385 top=276 right=295 bottom=408
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   setcrossReference
  23.   go to card id 9411
  24. end mouseUp
  25.  
  26.  
  27.  
  28.  
  29. -- part contents for background part 1
  30. ----- text -----
  31. There are three ways to specify card.  
  32.  
  33. You can call it by a name you gave it yourself.  (You give it a name by choosing Card Info from the Objects menu and filling in a name.)  
  34.  
  35. You can specify a card by its position in a stack.  You can use numbers in various forms:  card 12 of Rolo,  third card of Help, last card, this card.
  36.  
  37. You can specify a card by its permanent ID.  (Lacking human intelligence, HyperCard uses a card's ID in scripts it creates when you click LinkTo.)*
  38.  
  39.  
  40. -- part contents for background part 43
  41. ----- text -----
  42. 267,189
  43.  
  44. -- part contents for background part 44
  45. ----- text -----
  46.  
  47.  
  48. card Fred
  49.  
  50.  
  51.  
  52. first card of Help
  53.  
  54.  
  55. card ID 63329
  56.  
  57. -- part contents for background part 2
  58. ----- text -----
  59. Introduction to HyperTalk (cont.)